home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / fetch10.arc / FETCH.DOC next >
Encoding:
Text File  |  1991-07-30  |  5.7 KB  |  119 lines

  1.  
  2.  
  3.                  FETCH! Version 1.1    March 19, 1991
  4.             Copyright 1991 David A. Rogers - Rascal Software
  5.  
  6.  
  7. WHAT IS FETCH!?
  8. Fetch is a file tagging program to be  used in conjunction with Telix or
  9. other communications program. Fetch allows you to make an electronic
  10. list of files that you wish to download from a bbs.  You can then have
  11. Fetch! submit those names to the BBS to have them sent to you.  You can
  12. then avoid making a paper list of files that interest you.  While there
  13. are other programs that fulfill the same function, the ones I have seen
  14. are all TSR's.  No matter how well written, I distrust TSR's and felt
  15. the a non-TSR file picker would be a good thing to have.  --- And more
  16. good news --- While Fetch! is NOT public domain and you may NOT sell
  17. Fetch!, you may use Fetch! for your own purposes absolutely free!  One
  18. thing I ask - send me a picture postcard of some local sight.
  19.  
  20. DISCLAIMER
  21. Being the cautious sort, I suppose I need to say that you must use
  22. Fetch! at your own risk.  I have done the best I can to make Fetch! rock
  23. solid, but if someone manages to lose a file or something using Fetch! I
  24. will not be held responsible.
  25.  
  26. REQUIREMENTS FOR FETCH!
  27. Fetch! should work with almost any configuration of machine with the
  28. proper command line parameters.  Fetch was written with the Telix
  29. communication program in mind, but should work with any communication
  30. PROGRAM whose command language allows you to read a file and to run a
  31. program without clearing it's screen.
  32.  
  33. INSTALLATION
  34. Put fetch.exe and the fetch.slc macro file in your Telix directory. You
  35. do not need to keep the fetch.slt script source file unless you need to
  36. modify it.  Use the ALT-K command in Telix to attach a keystroke to the
  37. macro. (Telix.doc will tell you how).
  38.  
  39. GENERAL DESCRIPTION
  40. Fetch! has two modes - Pick & Edit.  Pick mode allows you to pick
  41. filenames off the screen and put them in the Fetch!'s file list.  Edit
  42. mode allows you to tag files for download, delete files from the list,
  43. and send the tagged filenames to the BBS for downloading.
  44.  
  45. USING FETCH!
  46. Every BBS that has files available for downloading, has a method of
  47. listing the available files.  Once you have listed a file on the screen,
  48. you can invoke Fetch! by pressing the keystroke you defined in the
  49. installation procedure above.  You have now temporarily exited Telix and
  50. are in Fetch!  You will see a highlighted area in the upper left corner
  51. of your screen.  This is the pick window.  Use the arrow keys to move
  52. the window so that it covers the filename you want to add to your
  53. download list.  Make sure that only the filename is covered by the pick
  54. window.  Press enter to add that name to the list.  You can add up to 20
  55. names to Fetch!'s download list.  Pressing the Escape key will return
  56. you to Telix.  Or, once you have added one or more names to the fetch
  57. list, you can look at the list in Edit mode.  Press e to enter the edit
  58. mode.
  59.  
  60. In Edit mode, you will see the list of files you have selected in a box
  61. in the top middle of your screen.  You can now tag the highlighted file
  62. for downloading by pressing the space bar.  Pressing the space bar again
  63. will untag the highlighted file.  You can change the highlighted file by
  64. pressing the up/down arrows.  Pressing t tags all the files.  Pressing u
  65. untags all the files.  Pressing d deletes the highlighted file from the
  66. list.  Pressing enter will send the tagged filenames to the BBS, but
  67. don't do that yet.  First exit Fetch! by pressing the Escape key.  You
  68. can now talk to the BBS again.
  69.  
  70. Tell the bbs you want to download files.  When it asks you for the names
  71. of the files you want to download, press either the carriage return key
  72. or the the s key.  Some BBS's want you to enter a carriage return after
  73. each file name.  In this case, you should press the Enter key.  Fetch!
  74. will send the names of the tagged files separated by carriage returns.
  75. Other BBS's want you to enter multiple filenames separated by spaces.
  76. In this case, you should press the s key.  Fetch! will send the
  77. filenames separated by spaces.  If you can only request one file at a
  78. time (such as when using the Xmodem protocol) you should only tag one
  79. filename and then use the s key to send that name only to the BBS. In
  80. both Pick and Edit mode, pressing h will show a help box with the
  81. pertinent key actions.
  82.  
  83. ADDITIONAL INFORMATION
  84. The Fetch! command line looks like this:
  85.  
  86. fetch filename [bios] [edit]
  87.  
  88. filename is the file where Fetch! will store the file list.  If you like
  89. playing with the Telix macros, you can modify the macro to keep a
  90. separate file list for each BBS you call.
  91.  
  92. Fetch! does direct screen writes by default.  If you want Fetch! to use
  93. bios writes, you must change the SALT scripts to add the keyword bios
  94. (without the brackets) to the Fetch! command line.  Don't forget to
  95. recompile once you have made this change.
  96.  
  97. Fetch! normally starts in Pick mode.  If you want Fetch! to start in
  98. Edit mode, you can add the keyword edit to the command line.
  99.  
  100. Fetch! writes the file list to a file named select.lst which is then
  101. read by the script and sent to the BBS.  If you have a terminal program
  102. other than Telix, you may be able to set up macros so that Fetch! will
  103. work for you.  Your comm program must be able to invoke a dos program
  104. without clearing the screen so that Fetch! can read the filenames off
  105. the screen.  It also must be able to read files so that it can send the
  106. file created by Fetch! to the BBS.
  107.  
  108. If you have questions, comments, additional features you'd like to see
  109. in Fetch! (or you want to send me that postcard - hint! hint!) -
  110.  
  111. David A. Rogers
  112. 4117 243rd Avenue S.E.
  113. Issaquah, WA 98027
  114.  
  115.  
  116. You can also reach me at the Cougar Mountain BBS (206)-391-1425
  117. I also regularly attend the Intelec shareware echo.
  118.  
  119.